(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/intuition.h>
void SetWindowTitles()
SYNOPSIS
struct Window * window
UBYTE * windowTitle
UBYTE * screenTitle

LOCATION
In IntuitionBase at offset 46
FUNCTION
Changes the current window and/or the screen title.

INPUTS
window
Change the title for this window or the screen which the window contains.
windowTitle
New title for the window or ((UBYTE *)~0L) to keep the old title or NULL for no title. If you specify a string, this string is *NOT* copied.
screenTitle
New title for the screen of the window or ((UBYTE *)~0L) to keep the old title or NULL for no title. If you specify a title for the screen, this title will be shown when the window becomes active. If you specify a string, this string is *NOT* copied.
RESULT
None.

NOTES
You should be careful with specifying a screen title because that may irritate the user.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
08.11.1996 aros
All OS function use now Amiga types

Moved intuition-driver protos to intuition_intern.h

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
29.08.1996 digulla
Commented Moved common code from driver to Intuition
23.08.1996 digulla
Several new functions; some still empty.